Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class
The value type being shown.
Members

In This Topic
    PropertyWrapper<T> Class
    In This Topic
    The PropertyWrapper class is used to show value types and string types in the C1PropertyGrid collection editor.
    Object Model
    PropertyWrapper<T> Class
    Syntax
    'Declaration
     
    
    Public Class PropertyWrapper(Of T) 
       Inherits PropertyWrapper
    public class PropertyWrapper<T> : PropertyWrapper 
    Type Parameters
    T
    The value type being shown.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Extended.PropertyGrid.PropertyWrapper
          C1.WPF.Extended.PropertyGrid.PropertyWrapper<T>

    See Also